object FormModifConf: TFormModifConf Left = 544 Top = 290 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Modificaciones de opci�n de configuraci�n' ClientHeight = 165 ClientWidth = 452 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 20 Top = 14 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object Label1: TLabel Left = 70 Top = 26 Width = 41 Height = 13 Caption = 'Opci�n:' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False Transparent = True end object LabeOpcion: TLabel Left = 141 Top = 26 Width = 56 Height = 13 Anchors = [akTop] Caption = 'LabeOpcion' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Transparent = True end object Label3: TLabel Left = 35 Top = 60 Width = 70 Height = 13 Caption = 'Valor actual:' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label4: TLabel Left = 35 Top = 88 Width = 89 Height = 13 Caption = 'Valor guardado:' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False Transparent = True end object PlaEditValorActu: TPlaEdit Left = 185 Top = 54 Width = 253 Height = 21 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 0 Text = 'PlaEditValorActu' Transparent = False OnChange = PlaEditValorActuChange end object PlaEditValorGuar: TPlaEdit Left = 185 Top = 86 Width = 253 Height = 21 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 1 Text = 'PlaEditValorGuar' Transparent = False OnChange = PlaEditValorGuarChange end object PlaButtonAceptar: TPlaButton Left = 234 Top = 130 Width = 100 Height = 21 Caption = 'Aceptar' Enabled = False Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = PlaButtonAceptarClick ModalResult = 1 end object PlaButtonCancelar: TPlaButton Left = 339 Top = 130 Width = 100 Height = 21 Caption = 'Cancelar' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 3 Cancel = True ModalResult = 2 end end